.index_product,.index_platform,.index_news,.index_partner{
	padding: .5rem 0;
}
.index_platform{
	background: #f3f3f3;
}
.index_product h2,.index_platform h2,.index_news h2,.index_partner h2,.index_screen h2,.index_car_box1 h2{
	text-align: center;
	margin-bottom: .4rem;
	font-size: .32rem;
	font-family: '黑体';
	position: relative;
}
.index_screen{
	padding: .2rem 0 0;
}
.index_car_box1{
	padding: .2rem 0;
}
.index_screen h2,.index_car_box1 h2{
	margin-bottom: .2rem;
}
.index_screen .img{
	border-bottom: 1px solid #000;
}
.index_screen .img:last-child{
	border-bottom: 0;
}
.index_screen .img img{
	display: block;
	width: 100%;
}

.index_paltform_box{
	background: rgb(243,243,243);
}
.index_car_box1 ul{
	overflow: hidden;
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
}
.index_car_box1 ul li{
	float: left;
	width: 33%;
	margin-right: .5%;
	margin-bottom: .5%;
	border-radius: .1rem;
}

.index_car_box1 ul li:nth-child(3),.index_car_box1 ul li:nth-child(4){
	width: 16.4%;
}
.index_car_box1 ul li:nth-child(4),.index_car_box1 ul li:last-child{
	margin-right: 0;
}
.index_car_box1 ul li:nth-child(3){
	margin-right: .2%;
}


.index_car_box1 ul li:nth-child(5),.index_car_box1 ul li:nth-child(6){
	width: 16.4%;
}
.index_car_box1 ul li:nth-child(6),.index_car_box1 ul li:last-child{
	/*margin-right: 0;*/
}
.index_car_box1 ul li:nth-child(5){
	margin-right: .2%;
}



.index_car_box1 ul li .img{
	height: 100%;
	border-radius: .1rem;
}
.index_car_box1 ul li .img img{
	width: 100%;
	/*height: 226px;*/
	border-radius: .1rem;
}

.index_partner img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
.index_news{
	overflow: hidden;
}
.index_news h2:after,.index_partner h2:after{
	content: "";
	width: 2rem;
	height: .05rem;
	background: #b5b5b5;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -.2rem;
}
.index_news h4,.index_partner h4{
	text-align: center;
	font-size: .24rem;
	margin: 0 0 .3rem;
}

.product_swiper .swiper-slide:last-child,.platform_swiper .swiper-slide:last-child{
	margin-right: 0;
}
.product_swiper .swiper-slide img,.platform_swiper .swiper-slide img{
	display: block;
	width: 85%;
	max-height: 4rem;
	margin: 0 auto;
}

.swiper_ul_box{
	position: relative;
	width: 10rem;
	margin: .2rem auto .4rem;
}
.swiper_ul_box ul{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	padding-bottom: .2rem;
	/* border-bottom: .1rem solid #b5b5b5; */
}
.swiper_ul_box ul li{
	width: 25%;
	text-align: center;
	position: relative;
	cursor: pointer;
	font-size: .22rem;
	font-family: '黑体';
}
.swiper_ul_box ul li img{
	display: block;
	width: .81rem;
	height: .81rem;
	margin: 0 auto;
}
.swiper-scrollbar{
	height: .1rem;
	display: flex !important;
	position: absolute;
	width: 100%;
	background: #b5b5b5;
	left: 0;
	bottom: 0;
	overflow: hidden;
}
.swiper-scrollbar-drag{
	width: 25% !important;
	border-radius: 0;
	background: #1e90ff;
}


/* .index_news ul{
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
	flex-wrap: wrap;
} */
.index_news .swiper-container{
	padding: .1rem .05rem;
}
.index_news .swiper-slide{
	width: 32%;
	margin-right: 2%;
	box-shadow: 0 0 .1rem #151515;
	border-radius: .2rem;
}
.index_news .swiper-slide a{
	text-decoration: none;
}
.index_news .swiper-slide:nth-child(3n){
	margin-right: 0;
}
.index_news .swiper-slide div{
	overflow: hidden;
}
.index_news .swiper-slide .img{
	border-top-left-radius: .2rem;
	border-top-right-radius: .2rem;
}
.index_news .swiper-slide img{
	display: block;
	width: 100%;
	height: 1.9rem;
	transition: all .5s linear;
}
.index_news .swiper-slide:hover img{
	transform: scale(1.2);
}
.index_news .swiper-slide p{
	color: #fff;
	font-size: .16rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: center;
	transition: all .3s ease;
}
/* .index_news .swiper-slide:hover p{
	color: #00BBFF;
} */
.index_news .swiper-slide .blue_box{
	background: #16a6ed;
	padding: .1rem;
	border-bottom-left-radius: .2rem;
	border-bottom-right-radius: .2rem;
}


@media (max-width: 1200px) {
	.swiper_ul_box{
		width: 100%;
	}
}
@media (max-width: 767px) {
	.index_product h2, .index_platform h2, .index_news h2, .index_partner h2,.index_screen h2,.index_car_box1 h2{
		font-size: .3rem;
	}
	.swiper-button-prev{
		left: .05rem;
		background-size: 50% auto;
	}
	.swiper-button-next{
		right: .05rem;
		background-size: 50% auto;
	}
	
	.index_news{
		padding: .5rem .5rem .3rem;
	}
	.index_news .container,.index_news .swiper-container{
		overflow: visible;
	}
	.index_news .swiper-slide{
		width: 100%;
		margin: 0 0 .2rem 0;
	}
	.index_news .swiper-slide:last-child{
		margin-bottom: 0;
	}
	.index_news .swiper-slide p{
		font-size: .24rem;
	}
	.index_news .swiper-button-prev,.index_news .swiper-container-rtl .swiper-button-next,
	.index_news .swiper-button-next,.index_news .swiper-container-rtl .swiper-button-prev{
		display: none;
	}
	.index_news .swiper-slide img{
		height: 3rem;
	}
	/* .swiper-button-prev,.swiper-button-next{
		display: none;
	} */
	
	/* .swiper_ul_box ul,.swiper_ul_box ul,.swiper-scrollbar{
		display: none !important;
	}
	.product_swiper .swiper-wrapper,.platform_swiper .swiper-wrapper,.index_news .swiper-wrapper{
		flex-wrap: wrap !important;
		justify-content: space-between;
	}
	.product_swiper .swiper-slide,.platform_swiper .swiper-slide,.index_news .swiper-slide{
		width: 49%;
		margin-bottom: .2rem;
	}
	.product_swiper .swiper-slide:nth-child(2n+1),.platform_swiper .swiper-slide:nth-child(2n+1),.index_news .swiper-slide:nth-child(2n+1){
		display: none;
	}
	.product_swiper .swiper-slide img,.platform_swiper .swiper-slide img{
		display: block;
		width: 100%;
	} */
	.index_car_box1 ul li{
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.index_car_box1 ul li:nth-child(3),.index_car_box1 ul li:nth-child(4){
		width: 49%;
	}
	.index_car_box1 ul li:nth-child(4),.index_car_box1 ul li:last-child{
		margin-right: 0;
	}
	.index_car_box1 ul li:nth-child(3){
		margin-right: 2%;
	}
	.index_car_box1 ul li:nth-child(2n){
		margin-right: 0;
	}
}